Micron Document
Fox's Git Mirrors


Displaying Raw • Download

examples/wasm/vendor/github.com/mdlayher/socket/typ_none.go 633735d797cc5f5d48cb2e22e8fd7cd743930daf (633735d7) Text, 184 B

//go:build darwin
// +build darwin

package socket

const (
// These operating systems do not support CLOEXEC and NONBLOCK socket
// options.
flagCLOEXEC = false
socketFlags = 0
)

Served by rngit 1.5.4 - Generated in 0.04s